home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADDRESSEDITOR / TADDRESSEDITOR.txt
Text File  |  2004-10-12  |  29KB  |  1,181 lines

  1. object AddressEditor: TAddressEditor
  2.   Left = 240
  3.   Top = 64
  4.   HelpContext = 14068
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Address Entry'
  8.   ClientHeight = 432
  9.   ClientWidth = 610
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object pnBook: TPanel
  26.     Left = 0
  27.     Top = 33
  28.     Width = 610
  29.     Height = 352
  30.     Align = alTop
  31.     BevelOuter = bvNone
  32.     BorderWidth = 3
  33.     TabOrder = 0
  34.     object Book: TPageControl
  35.       Tag = 102
  36.       Left = 3
  37.       Top = 3
  38.       Width = 604
  39.       Height = 337
  40.       ActivePage = tsGeneral
  41.       Align = alTop
  42.       RaggedRight = True
  43.       TabOrder = 0
  44.       object tsGeneral: TTabSheet
  45.         Caption = 'General'
  46.         object Label1: TLabel
  47.           Left = 8
  48.           Top = 20
  49.           Width = 137
  50.           Height = 13
  51.           Alignment = taRightJustify
  52.           AutoSize = False
  53.           Caption = '&First name'
  54.           FocusControl = eFirstName
  55.         end
  56.         object Label2: TLabel
  57.           Left = 8
  58.           Top = 46
  59.           Width = 137
  60.           Height = 13
  61.           Alignment = taRightJustify
  62.           AutoSize = False
  63.           Caption = '&Middle name'
  64.           FocusControl = eMiddleName
  65.         end
  66.         object lLastName: TLabel
  67.           Left = 8
  68.           Top = 72
  69.           Width = 137
  70.           Height = 13
  71.           Alignment = taRightJustify
  72.           AutoSize = False
  73.           Caption = '&Last name'
  74.           FocusControl = eLastName
  75.         end
  76.         object lDisplay: TLabel
  77.           Left = 8
  78.           Top = 124
  79.           Width = 137
  80.           Height = 13
  81.           Alignment = taRightJustify
  82.           AutoSize = False
  83.           Caption = '&Display name as'
  84.           FocusControl = cbPresentType
  85.         end
  86.         object lGroups: TLabel
  87.           Left = 8
  88.           Top = 200
  89.           Width = 137
  90.           Height = 13
  91.           Alignment = taRightJustify
  92.           AutoSize = False
  93.           Caption = 'Gro&ups'
  94.           FocusControl = eGroups
  95.         end
  96.         object lHandle: TLabel
  97.           Left = 8
  98.           Top = 98
  99.           Width = 137
  100.           Height = 13
  101.           Alignment = taRightJustify
  102.           AutoSize = False
  103.           Caption = '&Nickname (Handle)'
  104.           FocusControl = eHandle
  105.         end
  106.         object Label9: TLabel
  107.           Left = 8
  108.           Top = 174
  109.           Width = 137
  110.           Height = 13
  111.           Alignment = taRightJustify
  112.           AutoSize = False
  113.           Caption = '&Gender'
  114.           FocusControl = cbSex
  115.         end
  116.         object TLabel
  117.           Left = 8
  118.           Top = 160
  119.           Width = 3
  120.           Height = 13
  121.         end
  122.         object lEmail: TLabel
  123.           Left = 8
  124.           Top = 224
  125.           Width = 441
  126.           Height = 13
  127.           AutoSize = False
  128.           Caption = 'E-Mail address(es)'
  129.           FocusControl = eMail
  130.         end
  131.         object Label3: TLabel
  132.           Left = 8
  133.           Top = 148
  134.           Width = 136
  135.           Height = 13
  136.           Alignment = taRightJustify
  137.           AutoSize = False
  138.           Caption = 'Display name'
  139.           FocusControl = ePresent
  140.         end
  141.         object eFirstName: TEdit
  142.           Left = 152
  143.           Top = 16
  144.           Width = 289
  145.           Height = 21
  146.           TabOrder = 0
  147.           OnChange = cbPresentTypeDropDown
  148.         end
  149.         object eMiddleName: TEdit
  150.           Left = 152
  151.           Top = 42
  152.           Width = 289
  153.           Height = 21
  154.           TabOrder = 1
  155.           OnChange = cbPresentTypeDropDown
  156.         end
  157.         object eLastName: TEdit
  158.           Left = 152
  159.           Top = 68
  160.           Width = 289
  161.           Height = 21
  162.           TabOrder = 2
  163.           OnChange = cbPresentTypeDropDown
  164.         end
  165.         object cbPresentType: TComboBox
  166.           Left = 152
  167.           Top = 120
  168.           Width = 289
  169.           Height = 21
  170.           Style = csDropDownList
  171.           ItemHeight = 13
  172.           ItemIndex = 0
  173.           TabOrder = 4
  174.           Text = 'User-defined'
  175.           OnChange = cbPresentTypeChange
  176.           Items.Strings = (
  177.             'User-defined'
  178.             'Prefix First Middle Last, Suffix'
  179.             'First Middle Last, Suffix'
  180.             'Last, First Middle'
  181.             'First Middle Last'
  182.             'First Last')
  183.         end
  184.         object eGroups: TEdit
  185.           Left = 152
  186.           Top = 196
  187.           Width = 265
  188.           Height = 21
  189.           TabOrder = 7
  190.         end
  191.         object bGroups: TButton
  192.           Left = 421
  193.           Top = 196
  194.           Width = 22
  195.           Height = 22
  196.           Caption = '...'
  197.           TabOrder = 8
  198.           OnClick = bGroupsClick
  199.         end
  200.         object eHandle: TEdit
  201.           Left = 152
  202.           Top = 94
  203.           Width = 289
  204.           Height = 21
  205.           TabOrder = 3
  206.         end
  207.         object cbSex: TComboBox
  208.           Left = 152
  209.           Top = 170
  210.           Width = 289
  211.           Height = 21
  212.           Style = csDropDownList
  213.           ItemHeight = 13
  214.           TabOrder = 6
  215.           Items.Strings = (
  216.             'Unspecified'
  217.             'Male'
  218.             'Female')
  219.         end
  220.         object gPhoto: TGroupBox
  221.           Left = 456
  222.           Top = 8
  223.           Width = 136
  224.           Height = 209
  225.           Caption = '&Photo'
  226.           PopupMenu = PhotoPopup
  227.           TabOrder = 9
  228.           object bChangePhoto: TButton
  229.             Left = 16
  230.             Top = 176
  231.             Width = 105
  232.             Height = 25
  233.             Caption = 'Change...'
  234.             TabOrder = 0
  235.             OnClick = bChangePhotoClick
  236.           end
  237.         end
  238.         object eMail: TMemo
  239.           Left = 8
  240.           Top = 240
  241.           Width = 585
  242.           Height = 57
  243.           ScrollBars = ssVertical
  244.           TabOrder = 10
  245.           WordWrap = False
  246.         end
  247.         object ePresent: TEdit
  248.           Left = 152
  249.           Top = 144
  250.           Width = 289
  251.           Height = 21
  252.           TabOrder = 5
  253.           OnChange = ePresentChange
  254.         end
  255.       end
  256.       object tsPersonal: TTabSheet
  257.         Caption = 'Personal'
  258.         object Label15: TLabel
  259.           Left = 8
  260.           Top = 284
  261.           Width = 209
  262.           Height = 13
  263.           Alignment = taRightJustify
  264.           AutoSize = False
  265.           Caption = 'Personal &Web Homepage'
  266.           FocusControl = eHomePage
  267.         end
  268.         object gbHomeAddr: TGroupBox
  269.           Left = 288
  270.           Top = 8
  271.           Width = 305
  272.           Height = 257
  273.           Caption = '&Home location'
  274.           TabOrder = 2
  275.           object lHomeAddr: TLabel
  276.             Left = 8
  277.             Top = 16
  278.             Width = 68
  279.             Height = 13
  280.             Caption = '&Street address'
  281.             FocusControl = eHomeAddr
  282.           end
  283.           object Label10: TLabel
  284.             Left = 8
  285.             Top = 88
  286.             Width = 17
  287.             Height = 13
  288.             Caption = '&City'
  289.             FocusControl = eHomeCity
  290.           end
  291.           object Label12: TLabel
  292.             Left = 8
  293.             Top = 128
  294.             Width = 78
  295.             Height = 13
  296.             Caption = 'State / &Province'
  297.             FocusControl = eHomeState
  298.           end
  299.           object Label13: TLabel
  300.             Left = 8
  301.             Top = 168
  302.             Width = 84
  303.             Height = 13
  304.             Caption = '&ZIP / Postal code'
  305.             FocusControl = eHomeZIP
  306.           end
  307.           object Label14: TLabel
  308.             Left = 8
  309.             Top = 208
  310.             Width = 36
  311.             Height = 13
  312.             Caption = 'Co&untry'
  313.             FocusControl = eHomeCountry
  314.           end
  315.           object eHomeAddr: TMemo
  316.             Left = 8
  317.             Top = 32
  318.             Width = 289
  319.             Height = 49
  320.             ScrollBars = ssVertical
  321.             TabOrder = 0
  322.           end
  323.           object eHomeCity: TEdit
  324.             Left = 8
  325.             Top = 104
  326.             Width = 289
  327.             Height = 21
  328.             TabOrder = 1
  329.           end
  330.           object eHomeState: TEdit
  331.             Left = 8
  332.             Top = 144
  333.             Width = 289
  334.             Height = 21
  335.             TabOrder = 2
  336.           end
  337.           object eHomeZIP: TEdit
  338.             Left = 8
  339.             Top = 184
  340.             Width = 289
  341.             Height = 21
  342.             TabOrder = 3
  343.           end
  344.           object eHomeCountry: TEdit
  345.             Left = 8
  346.             Top = 224
  347.             Width = 289
  348.             Height = 21
  349.             TabOrder = 4
  350.           end
  351.         end
  352.         object eHomePage: TEdit
  353.           Left = 224
  354.           Top = 280
  355.           Width = 289
  356.           Height = 21
  357.           TabOrder = 3
  358.         end
  359.         object bHomeWeb: TButton
  360.           Left = 520
  361.           Top = 278
  362.           Width = 75
  363.           Height = 25
  364.           Caption = '&Go'
  365.           TabOrder = 4
  366.           OnClick = bHomeWebClick
  367.         end
  368.         object gbPhones: TGroupBox
  369.           Left = 8
  370.           Top = 126
  371.           Width = 273
  372.           Height = 139
  373.           Caption = '&Telephone numbers'
  374.           TabOrder = 1
  375.           object lHomePhone: TLabel
  376.             Left = 8
  377.             Top = 16
  378.             Width = 27
  379.             Height = 13
  380.             Caption = '&Voice'
  381.             FocusControl = eHomePhone
  382.           end
  383.           object lHomeFax: TLabel
  384.             Left = 8
  385.             Top = 56
  386.             Width = 43
  387.             Height = 13
  388.             Caption = '&Facsimile'
  389.             FocusControl = eHomeFax
  390.           end
  391.           object lHomeMobile: TLabel
  392.             Left = 8
  393.             Top = 94
  394.             Width = 61
  395.             Height = 13
  396.             Caption = 'C&ar / Cellular'
  397.             FocusControl = eHomeMobile
  398.           end
  399.           object eHomePhone: TEdit
  400.             Left = 8
  401.             Top = 32
  402.             Width = 257
  403.             Height = 21
  404.             TabOrder = 0
  405.           end
  406.           object eHomeFax: TEdit
  407.             Left = 8
  408.             Top = 70
  409.             Width = 257
  410.             Height = 21
  411.             TabOrder = 1
  412.           end
  413.           object eHomeMobile: TEdit
  414.             Left = 8
  415.             Top = 108
  416.             Width = 257
  417.             Height = 21
  418.             TabOrder = 2
  419.           end
  420.         end
  421.         object gbPersonal: TGroupBox
  422.           Left = 8
  423.           Top = 8
  424.           Width = 273
  425.           Height = 114
  426.           Caption = 'Personal &information'
  427.           TabOrder = 0
  428.           object lNamePrefix: TLabel
  429.             Left = 8
  430.             Top = 20
  431.             Width = 188
  432.             Height = 13
  433.             AutoSize = False
  434.             Caption = '&Name Prefix (Mr, Ms)'
  435.           end
  436.           object lNameSuffix: TLabel
  437.             Left = 8
  438.             Top = 44
  439.             Width = 188
  440.             Height = 13
  441.             AutoSize = False
  442.             Caption = 'Name Suffi&x (III, Jr.)'
  443.           end
  444.           object lBirthdayDMY: TLabel
  445.             Left = 74
  446.             Top = 88
  447.             Width = 64
  448.             Height = 13
  449.             Caption = '(dd/mm/yyyy)'
  450.             Enabled = False
  451.           end
  452.           object eNamePrefix: TEdit
  453.             Left = 200
  454.             Top = 16
  455.             Width = 65
  456.             Height = 21
  457.             TabOrder = 0
  458.             OnChange = cbPresentTypeDropDown
  459.           end
  460.           object eNameSuffix: TEdit
  461.             Left = 200
  462.             Top = 40
  463.             Width = 65
  464.             Height = 21
  465.             TabOrder = 1
  466.             OnChange = cbPresentTypeDropDown
  467.           end
  468.           object meBirthday: TMaskEdit
  469.             Left = 8
  470.             Top = 84
  471.             Width = 61
  472.             Height = 21
  473.             EditMask = '00/00/0000'
  474.             MaxLength = 10
  475.             TabOrder = 2
  476.             Text = '  .  .    '
  477.           end
  478.           object cbBirthday: TCheckBox
  479.             Left = 8
  480.             Top = 64
  481.             Width = 185
  482.             Height = 17
  483.             Caption = 'Birthday'
  484.             TabOrder = 3
  485.             OnClick = cbBirthdayClick
  486.           end
  487.         end
  488.       end
  489.       object Business: TTabSheet
  490.         Caption = 'Business'
  491.         object Label31: TLabel
  492.           Left = 8
  493.           Top = 284
  494.           Width = 209
  495.           Height = 13
  496.           Alignment = taRightJustify
  497.           AutoSize = False
  498.           Caption = 'Business &Web Homepage'
  499.           FocusControl = eHomePage
  500.         end
  501.         object gbCompanyInfo: TGroupBox
  502.           Left = 288
  503.           Top = 8
  504.           Width = 305
  505.           Height = 257
  506.           Caption = 'Company location'
  507.           TabOrder = 1
  508.           object Label20: TLabel
  509.             Left = 8
  510.             Top = 16
  511.             Width = 68
  512.             Height = 13
  513.             Caption = '&Street address'
  514.             FocusControl = eBusAddr
  515.           end
  516.           object Label21: TLabel
  517.             Left = 8
  518.             Top = 88
  519.             Width = 17
  520.             Height = 13
  521.             Caption = '&City'
  522.             FocusControl = eBusCity
  523.           end
  524.           object Label22: TLabel
  525.             Left = 8
  526.             Top = 128
  527.             Width = 78
  528.             Height = 13
  529.             Caption = 'State / &Province'
  530.             FocusControl = eBusState
  531.           end
  532.           object Label23: TLabel
  533.             Left = 8
  534.             Top = 168
  535.             Width = 84
  536.             Height = 13
  537.             Caption = '&ZIP / Postal code'
  538.             FocusControl = eBusZIP
  539.           end
  540.           object Label24: TLabel
  541.             Left = 8
  542.             Top = 208
  543.             Width = 36
  544.             Height = 13
  545.             Caption = 'Co&untry'
  546.             FocusControl = eBusCountry
  547.           end
  548.           object eBusAddr: TMemo
  549.             Left = 8
  550.             Top = 32
  551.             Width = 289
  552.             Height = 49
  553.             ScrollBars = ssVertical
  554.             TabOrder = 0
  555.           end
  556.           object eBusCity: TEdit
  557.             Left = 8
  558.             Top = 104
  559.             Width = 289
  560.             Height = 21
  561.             TabOrder = 1
  562.           end
  563.           object eBusState: TEdit
  564.             Left = 8
  565.             Top = 144
  566.             Width = 289
  567.             Height = 21
  568.             TabOrder = 2
  569.           end
  570.           object eBusZIP: TEdit
  571.             Left = 8
  572.             Top = 184
  573.             Width = 289
  574.             Height = 21
  575.             TabOrder = 3
  576.           end
  577.           object eBusCountry: TEdit
  578.             Left = 8
  579.             Top = 224
  580.             Width = 289
  581.             Height = 21
  582.             TabOrder = 4
  583.           end
  584.         end
  585.         object gbCompany: TGroupBox
  586.           Left = 8
  587.           Top = 8
  588.           Width = 273
  589.           Height = 257
  590.           Caption = 'Company information'
  591.           TabOrder = 0
  592.           object Label7: TLabel
  593.             Left = 8
  594.             Top = 16
  595.             Width = 75
  596.             Height = 13
  597.             Caption = 'Company &Name'
  598.             FocusControl = eCompany
  599.           end
  600.           object Label25: TLabel
  601.             Left = 8
  602.             Top = 56
  603.             Width = 36
  604.             Height = 13
  605.             Caption = '&Job title'
  606.             FocusControl = eJobTitle
  607.           end
  608.           object Label26: TLabel
  609.             Left = 8
  610.             Top = 96
  611.             Width = 55
  612.             Height = 13
  613.             Caption = '&Department'
  614.             FocusControl = eBusDept
  615.           end
  616.           object Label27: TLabel
  617.             Left = 8
  618.             Top = 146
  619.             Width = 60
  620.             Height = 13
  621.             Alignment = taRightJustify
  622.             AutoSize = False
  623.             Caption = 'O&ffice'
  624.             FocusControl = eBusOffice
  625.           end
  626.           object Label28: TLabel
  627.             Left = 8
  628.             Top = 174
  629.             Width = 60
  630.             Height = 13
  631.             Alignment = taRightJustify
  632.             AutoSize = False
  633.             Caption = 'P&hone'
  634.             FocusControl = eBusPhone
  635.           end
  636.           object Label29: TLabel
  637.             Left = 8
  638.             Top = 202
  639.             Width = 60
  640.             Height = 13
  641.             Alignment = taRightJustify
  642.             AutoSize = False
  643.             Caption = 'Fa&x'
  644.             FocusControl = eBusFax
  645.           end
  646.           object Label30: TLabel
  647.             Left = 8
  648.             Top = 230
  649.             Width = 60
  650.             Height = 13
  651.             Alignment = taRightJustify
  652.             AutoSize = False
  653.             Caption = 'P&ager'
  654.             FocusControl = eBusPager
  655.           end
  656.           object eCompany: TEdit
  657.             Left = 8
  658.             Top = 32
  659.             Width = 257
  660.             Height = 21
  661.             TabOrder = 0
  662.           end
  663.           object eJobTitle: TEdit
  664.             Left = 8
  665.             Top = 72
  666.             Width = 257
  667.             Height = 21
  668.             TabOrder = 1
  669.           end
  670.           object eBusDept: TEdit
  671.             Left = 8
  672.             Top = 112
  673.             Width = 257
  674.             Height = 21
  675.             TabOrder = 2
  676.           end
  677.           object eBusOffice: TEdit
  678.             Left = 72
  679.             Top = 142
  680.             Width = 192
  681.             Height = 21
  682.             TabOrder = 3
  683.           end
  684.           object eBusPhone: TEdit
  685.             Left = 72
  686.             Top = 170
  687.             Width = 192
  688.             Height = 21
  689.             TabOrder = 4
  690.           end
  691.           object eBusFax: TEdit
  692.             Left = 72
  693.             Top = 198
  694.             Width = 192
  695.             Height = 21
  696.             TabOrder = 5
  697.           end
  698.           object eBusPager: TEdit
  699.             Left = 72
  700.             Top = 226
  701.             Width = 192
  702.             Height = 21
  703.             TabOrder = 6
  704.           end
  705.         end
  706.         object eBusPage: TEdit
  707.           Left = 224
  708.           Top = 280
  709.           Width = 289
  710.           Height = 21
  711.           TabOrder = 2
  712.         end
  713.         object bVisitBusPage: TButton
  714.           Left = 520
  715.           Top = 278
  716.           Width = 75
  717.           Height = 25
  718.           Caption = '&Go'
  719.           TabOrder = 3
  720.           OnClick = bVisitBusPageClick
  721.         end
  722.       end
  723.       object tsTemplate: TTabSheet
  724.         Tag = 101
  725.         Caption = 'New message'
  726.         object lTemplate: TLabel
  727.           Left = 8
  728.           Top = 40
  729.           Width = 44
  730.           Height = 13
  731.           Caption = '&Template'
  732.           Enabled = False
  733.           FocusControl = eTemplate
  734.         end
  735.         object cbTemplate: TCheckBox
  736.           Left = 8
  737.           Top = 16
  738.           Width = 409
  739.           Height = 17
  740.           Caption = '&Use a specific template for new messages'
  741.           TabOrder = 0
  742.           OnClick = cbTemplateClick
  743.         end
  744.         object eTemplate: TMemo
  745.           Left = 8
  746.           Top = 56
  747.           Width = 585
  748.           Height = 241
  749.           Enabled = False
  750.           Font.Charset = DEFAULT_CHARSET
  751.           Font.Color = clBlack
  752.           Font.Height = -13
  753.           Font.Name = 'Courier New'
  754.           Font.Style = []
  755.           ParentFont = False
  756.           PopupMenu = mPop
  757.           ScrollBars = ssBoth
  758.           TabOrder = 1
  759.           WordWrap = False
  760.         end
  761.         object Button2: TButton
  762.           Left = 488
  763.           Top = 16
  764.           Width = 105
  765.           Height = 25
  766.           Caption = '&Macros'
  767.           TabOrder = 2
  768.           OnClick = bMacrosClick
  769.         end
  770.       end
  771.       object tsReply: TTabSheet
  772.         Tag = 102
  773.         Caption = 'Reply'
  774.         object lReply: TLabel
  775.           Left = 8
  776.           Top = 40
  777.           Width = 44
  778.           Height = 13
  779.           Caption = '&Template'
  780.           Enabled = False
  781.           FocusControl = eReply
  782.         end
  783.         object cbReply: TCheckBox
  784.           Left = 8
  785.           Top = 16
  786.           Width = 409
  787.           Height = 17
  788.           Caption = '&Use a specific template for replies'
  789.           TabOrder = 0
  790.           OnClick = cbReplyClick
  791.         end
  792.         object eReply: TMemo
  793.           Left = 8
  794.           Top = 56
  795.           Width = 585
  796.           Height = 241
  797.           Enabled = False
  798.           Font.Charset = DEFAULT_CHARSET
  799.           Font.Color = clBlack
  800.           Font.Height = -13
  801.           Font.Name = 'Courier New'
  802.           Font.Style = []
  803.           ParentFont = False
  804.           PopupMenu = mPop
  805.           ScrollBars = ssBoth
  806.           TabOrder = 1
  807.           WordWrap = False
  808.         end
  809.         object Button1: TButton
  810.           Left = 488
  811.           Top = 16
  812.           Width = 105
  813.           Height = 25
  814.           Caption = '&Macros'
  815.           TabOrder = 2
  816.           OnClick = bMacrosClick
  817.         end
  818.       end
  819.       object tsForward: TTabSheet
  820.         Tag = 103
  821.         Caption = 'Forward'
  822.         object lForward: TLabel
  823.           Left = 8
  824.           Top = 40
  825.           Width = 44
  826.           Height = 13
  827.           Caption = '&Template'
  828.           Enabled = False
  829.           FocusControl = eTemplate
  830.         end
  831.         object cbForward: TCheckBox
  832.           Left = 8
  833.           Top = 16
  834.           Width = 409
  835.           Height = 17
  836.           Caption = '&Use a specific template for forwarding messages'
  837.           TabOrder = 0
  838.           OnClick = cbForwardClick
  839.         end
  840.         object eForward: TMemo
  841.           Left = 8
  842.           Top = 56
  843.           Width = 585
  844.           Height = 241
  845.           Enabled = False
  846.           Font.Charset = DEFAULT_CHARSET
  847.           Font.Color = clBlack
  848.           Font.Height = -13
  849.           Font.Name = 'Courier New'
  850.           Font.Style = []
  851.           ParentFont = False
  852.           PopupMenu = mPop
  853.           ScrollBars = ssBoth
  854.           TabOrder = 1
  855.           WordWrap = False
  856.         end
  857.         object bMacros: TButton
  858.           Left = 488
  859.           Top = 16
  860.           Width = 105
  861.           Height = 25
  862.           Caption = '&Macros'
  863.           TabOrder = 2
  864.           OnClick = bMacrosClick
  865.         end
  866.       end
  867.       object tsCert: TTabSheet
  868.         Caption = 'Certificates'
  869.         object CertList: TListView
  870.           Left = 8
  871.           Top = 8
  872.           Width = 585
  873.           Height = 217
  874.           Columns = <
  875.             item
  876.               Caption = 'Issued To'
  877.               Width = 180
  878.             end
  879.             item
  880.               Caption = 'Issued By'
  881.               Width = 180
  882.             end
  883.             item
  884.               Caption = 'Expires'
  885.               Width = 120
  886.             end
  887.             item
  888.               Caption = 'Root'
  889.               Width = 81
  890.             end>
  891.           ColumnClick = False
  892.           MultiSelect = True
  893.           ReadOnly = True
  894.           RowSelect = True
  895.           TabOrder = 0
  896.           ViewStyle = vsReport
  897.           OnDblClick = CertListDblClick
  898.         end
  899.         object bImport: TButton
  900.           Left = 8
  901.           Top = 240
  902.           Width = 130
  903.           Height = 25
  904.           Caption = '&Import...'
  905.           TabOrder = 1
  906.           OnClick = bImportClick
  907.         end
  908.         object bView: TButton
  909.           Left = 144
  910.           Top = 240
  911.           Width = 130
  912.           Height = 25
  913.           Caption = '&View'
  914.           TabOrder = 2
  915.           OnClick = bViewClick
  916.         end
  917.         object bDelete: TButton
  918.           Left = 144
  919.           Top = 272
  920.           Width = 130
  921.           Height = 25
  922.           Caption = '&Delete'
  923.           TabOrder = 6
  924.           OnClick = bDeleteClick
  925.         end
  926.         object bExport: TButton
  927.           Left = 8
  928.           Top = 272
  929.           Width = 130
  930.           Height = 25
  931.           Caption = '&Export...'
  932.           TabOrder = 5
  933.           OnClick = bExportClick
  934.         end
  935.         object bRequest: TButton
  936.           Left = 280
  937.           Top = 272
  938.           Width = 130
  939.           Height = 25
  940.           Caption = '&Request...'
  941.           TabOrder = 7
  942.           OnClick = bRequestClick
  943.         end
  944.         object bGenerate: TButton
  945.           Left = 280
  946.           Top = 240
  947.           Width = 130
  948.           Height = 25
  949.           Caption = 'Generate...'
  950.           TabOrder = 3
  951.           OnClick = bGenerateClick
  952.         end
  953.         object bResetSigners: TButton
  954.           Left = 416
  955.           Top = 240
  956.           Width = 177
  957.           Height = 25
  958.           Caption = 'Reset signers...'
  959.           TabOrder = 4
  960.           OnClick = bResetSignersClick
  961.         end
  962.       end
  963.       object tsMemo: TTabSheet
  964.         Caption = 'Other'
  965.         object lMemo: TLabel
  966.           Left = 8
  967.           Top = 96
  968.           Width = 29
  969.           Height = 13
  970.           Caption = 'Memo'
  971.           FocusControl = eMemo
  972.         end
  973.         object eCharset: TComboBox
  974.           Left = 424
  975.           Top = 16
  976.           Width = 169
  977.           Height = 21
  978.           Style = csDropDownList
  979.           ItemHeight = 13
  980.           TabOrder = 1
  981.         end
  982.         object cbCharset: TCheckBox
  983.           Left = 8
  984.           Top = 18
  985.           Width = 409
  986.           Height = 17
  987.           Caption = '&When writing messages, always use character set:'
  988.           TabOrder = 0
  989.           OnClick = cbCharsetClick
  990.         end
  991.         object eMemo: TMemo
  992.           Left = 12
  993.           Top = 112
  994.           Width = 577
  995.           Height = 185
  996.           Font.Charset = DEFAULT_CHARSET
  997.           Font.Color = clBlack
  998.           Font.Height = -13
  999.           Font.Name = 'Courier New'
  1000.           Font.Style = []
  1001.           Lines.Strings = (
  1002.             '')
  1003.           ParentFont = False
  1004.           ScrollBars = ssVertical
  1005.           TabOrder = 4
  1006.         end
  1007.         object cbFavourite: TCheckBox
  1008.           Left = 8
  1009.           Top = 40
  1010.           Width = 577
  1011.           Height = 17
  1012.           Caption = '&Add this address to the instant address (Favourite) pop-up menu'
  1013.           TabOrder = 2
  1014.         end
  1015.         object cbAddSecondary: TCheckBox
  1016.           Left = 8
  1017.           Top = 64
  1018.           Width = 577
  1019.           Height = 17
  1020.           Caption = 'Automatically add secondary addresses to the &BCC field'
  1021.           TabOrder = 3
  1022.         end
  1023.       end
  1024.     end
  1025.   end
  1026.   object pnAdd: TPanel
  1027.     Left = 0
  1028.     Top = 0
  1029.     Width = 610
  1030.     Height = 33
  1031.     Align = alTop
  1032.     BevelOuter = bvNone
  1033.     TabOrder = 1
  1034.     Visible = False
  1035.     object lAdd: TLabel
  1036.       Left = 8
  1037.       Top = 10
  1038.       Width = 75
  1039.       Height = 13
  1040.       Alignment = taRightJustify
  1041.       AutoSize = False
  1042.       Caption = 'En&try'
  1043.       FocusControl = cbAdd
  1044.     end
  1045.     object cbAdd: TComboBox
  1046.       Left = 88
  1047.       Top = 6
  1048.       Width = 345
  1049.       Height = 21
  1050.       Style = csDropDownList
  1051.       ItemHeight = 13
  1052.       Sorted = True
  1053.       TabOrder = 0
  1054.       OnChange = cbAddChange
  1055.     end
  1056.     object bAdd: TButton
  1057.       Left = 448
  1058.       Top = 4
  1059.       Width = 153
  1060.       Height = 25
  1061.       Caption = '&Add to address book'
  1062.       TabOrder = 1
  1063.       OnClick = bAddClick
  1064.     end
  1065.   end
  1066.   object pnButtons: TPanel
  1067.     Left = 0
  1068.     Top = 385
  1069.     Width = 610
  1070.     Height = 47
  1071.     Align = alClient
  1072.     BevelOuter = bvNone
  1073.     TabOrder = 2
  1074.     object lABook: TLabel
  1075.       Left = 8
  1076.       Top = 0
  1077.       Width = 69
  1078.       Height = 13
  1079.       Caption = 'Address Book:'
  1080.     end
  1081.     object bOK: TButton
  1082.       Left = 328
  1083.       Top = 14
  1084.       Width = 83
  1085.       Height = 25
  1086.       Caption = '&OK'
  1087.       Default = True
  1088.       ModalResult = 1
  1089.       TabOrder = 1
  1090.       OnClick = bOKClick
  1091.     end
  1092.     object bCancel: TButton
  1093.       Left = 424
  1094.       Top = 14
  1095.       Width = 83
  1096.       Height = 25
  1097.       Cancel = True
  1098.       Caption = 'Cancel'
  1099.       ModalResult = 2
  1100.       TabOrder = 2
  1101.     end
  1102.     object bHelp: TButton
  1103.       Left = 520
  1104.       Top = 14
  1105.       Width = 81
  1106.       Height = 25
  1107.       Caption = 'Help'
  1108.       TabOrder = 3
  1109.       OnClick = bHelpClick
  1110.     end
  1111.     object cbABook: TComboBox
  1112.       Left = 8
  1113.       Top = 16
  1114.       Width = 265
  1115.       Height = 21
  1116.       Style = csDropDownList
  1117.       ItemHeight = 13
  1118.       TabOrder = 0
  1119.     end
  1120.   end
  1121.   object mPop: TPopupMenu
  1122.     OnPopup = mPopPopup
  1123.     Left = 568
  1124.     Top = 344
  1125.     object mmText: TMenuItem
  1126.       Caption = '&Text'
  1127.     end
  1128.     object mmSender: TMenuItem
  1129.       Caption = '&Sender info'
  1130.     end
  1131.     object mmRece: TMenuItem
  1132.       Caption = '&Recipient info'
  1133.     end
  1134.     object mmDef: TMenuItem
  1135.       Caption = '&Pre-defined fields'
  1136.     end
  1137.     object mmMisc: TMenuItem
  1138.       Caption = '&Miscellaneous'
  1139.     end
  1140.     object N1: TMenuItem
  1141.       Caption = '-'
  1142.     end
  1143.     object mtAttachFile: TMenuItem
  1144.       Caption = '&Attach a file...'
  1145.       ShortCut = 32801
  1146.       OnClick = mtAttachFileClick
  1147.     end
  1148.     object mtInclude: TMenuItem
  1149.       Tag = 1
  1150.       Caption = '&Include template file...'
  1151.       ShortCut = 32813
  1152.       OnClick = mtAttachFileClick
  1153.     end
  1154.     object mtPut: TMenuItem
  1155.       Tag = 2
  1156.       Caption = 'Put text file...'
  1157.       OnClick = mtAttachFileClick
  1158.     end
  1159.     object mtfCookie: TMenuItem
  1160.       Tag = 3
  1161.       Caption = '&Cookie from a file...'
  1162.       OnClick = mtAttachFileClick
  1163.     end
  1164.     object Popup1: TMenuItem
  1165.       Caption = 'Popup'
  1166.       ShortCut = 32889
  1167.       Visible = False
  1168.       OnClick = Popup1Click
  1169.     end
  1170.   end
  1171.   object PhotoPopup: TPopupMenu
  1172.     Left = 536
  1173.     Top = 344
  1174.     object mpClearPhoto: TMenuItem
  1175.       Caption = 'Clear Photo'
  1176.       ShortCut = 49219
  1177.       OnClick = mpClearPhotoClick
  1178.     end
  1179.   end
  1180. end
  1181.